projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534b468
)
($(CHARPROP)): Use $(DEL) for deleting.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 2 Feb 2008 01:42:26 +0000
(
01:42
+0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 2 Feb 2008 01:42:26 +0000
(
01:42
+0000)
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index dc9b161018e6d3611cc0e8d2b453d6db5da7b43b..e0d9e0a28d2ed4daa29b6e120291c180d965ce78 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-261,7
+261,7
@@
$(TLASTLIB): $(BLD)/lastfile.$(O)
$(CHARPROP): $(UNIDATA) $(UNIDATA_GEN)
$(RUNTEMACS) -batch --load $(UNIDATA_GEN) -f unidata-gen-files $(UNIDATA)
$(CP) *.el ../lisp/international
- $(
RM
) *.el
+ $(
DEL
) *.el
$(UNIDATA): $(UNIDATA_SRC)
sed -e $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE) -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@